The following table lists and describes methods of the Group Tree Control. Methods are accessed using the control's script editor. See CxGrpTree Methods for more information about using these methods in script.
| Method | Description |
|---|---|
|
The AboutBox method displays an About dialog box for the control. |
|
|
The Collapse method collapse the current node. |
|
|
The Expand method expands the current node. |
|
|
The GetSelectedNodeAttrValue method returns the attribute value of the selected node for the specified level. The AttributeId parameter can be a string or a number. |
|
|
The GetSelectedNodeChildCount method returns the number of children for the selected node. |
|
|
The JumptoChild method sets the target node to a child of the current node that matches the criteria. |
|
|
The Refresh method refreshes the contents of the control from the Current Value Service (CVS). |
|
|
The SetTargetNode method sets the target node that matches the criteria. |